home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / opengl / siggraphCD / lib / libtk / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.1 KB  |  32 lines

  1.  
  2.       ~4Dgifts/toolbox/src/exampleCode/opengl/siggraphCD/lib/libtk README
  3.  
  4.  
  5.                 THIS CODE RUNS/COMPILES ON 5.1 Irix OR LATER
  6.                 THIS CODE WILL NOT RUN ON LESS THAN 5.1 Irix
  7.  
  8.  
  9.  
  10.                        Nano Window Toolkit library
  11.  
  12.  
  13.   
  14.       This library was created to help OpenGL Application writers who 
  15.       suddenly find themselves without simple window support they found 
  16.       in IrisGL.
  17.  
  18.       The library provides simple windowing functions (creating and 
  19.       closing windows), event handling (keyboard and mouse events) via 
  20.       callback functions and a few extra goodies (cursor control, 
  21.       simple geometric shape creations, fonts, etc.).
  22.  
  23.       The library can also be used as a reference for those needing 
  24.       sample code.  The routines found in the library can be integrated 
  25.       into your application and expanded if found lacking.
  26.  
  27.       The complete API can be found in tk.h as well as defines, 
  28.       enumerates and structure definitions.  Each functionality set in 
  29.       the library is separated into files for easier understanding.
  30.  
  31.       The current library assumes the X windowing system.
  32.